home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- SetStoryFrames("Bingo2", "BingoEnd")
- SetBookMarker("Bingo2")
- SetBook(23)
- SetPointer(24)
- sound fadeOut 4, 60
- if the machineType <> 256 then
- set the volume of sound 2 to 50
- else
- set the volume of sound 2 to 150
- end if
- if the machineType <> 256 then
- set the volume of sound 3 to 200
- else
- set the volume of sound 3 to 255
- end if
- CheckBingoMusic()
- CheckStoryToggle()
- end
-